PRISM
=====
Version: 4.5.dev
Date: Fri Feb 26 16:40:55 CET 2021
Hostname: christopher
Memory limits: cudd=4g, java(heap)=11g
Command line: prism -javamaxmem 11g -cuddmaxmem 4g -heuristic speed -e 1e-6 -maxiters 1000000 consensus.2.prism consensus.props --property disagree -const K=2
Parsing model file "consensus.2.prism"...
Type: MDP
Modules: process1 process2
Variables: counter pc1 coin1 pc2 coin2
Parsing properties file "consensus.props"...
5 properties:
(1) "c1": P>=1 [ F "finished" ]
(2) "c2": Pmin=? [ F "finished"&"all_coins_equal_1" ]
(3) "disagree": Pmax=? [ F "finished"&!"agree" ]
(4) "steps_max": R{"steps"}max=? [ F "finished" ]
(5) "steps_min": R{"steps"}min=? [ F "finished" ]
---------------------------------------------------------------------
Model checking: "disagree": Pmax=? [ F "finished"&!"agree" ]
Model constants: K=2
Warning: Switching to sparse engine and (backwards) Gauss Seidel (default for heuristic=speed).
Building model...
Model constants: K=2
Computing reachable states...
Reachability (BFS): 37 iterations in 0.00 seconds (average 0.000027, setup 0.00)
Time for model construction: 0.013 seconds.
Type: MDP
States: 272 (1 initial)
Transitions: 492
Choices: 400
Transition matrix: 365 nodes (3 terminal), 492 minterms, vars: 10r/10c/2nd
Prob0A: 39 iterations in 0.00 seconds (average 0.000077, setup 0.00)
Prob1E: 95 iterations in 0.00 seconds (average 0.000042, setup 0.00)
yes = 12, no = 30, maybe = 230
Computing remaining probabilities...
Engine: Sparse
Building sparse matrix... [n=272, nc=348, nnz=440, k=2] [5.8 KB]
Creating vector for yes... [2.1 KB]
Allocating iteration vectors... [2 x 2.1 KB]
TOTAL: [12.1 KB]
Starting iterations...
Iterative method: 525 iterations in 0.00 seconds (average 0.000002, setup 0.00)
Value in the initial state: 0.10833260973166493
Time for model checking: 0.011 seconds.
Result: 0.10833260973166493 (value in the initial state)
Overall running time: 0.249 seconds.
---------------------------------------------------------------------
Note: There was 1 warning during computation.